home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / SHARED.CST / 00002_Script_external scripts < prev    next >
Text File  |  1998-09-21  |  777b  |  37 lines

  1. -- Assistant set up the formost.dll used to determine if director is running in the background
  2. global FM,gControls
  3.  
  4. on Assistant
  5.   global CDPath
  6.   --  set the exitLock to false
  7.   --  put the exitlock
  8.   --  puppetsound 0
  9.   --  openxlib "Foremost.dll"
  10.   --  set Fm = Foremost(mNew)
  11.   --  unload
  12.   open CDPath &"Help\Baseball" with "winHelp"
  13.   --  cursor -1
  14.   --  set x = 1
  15.   --  repeat while x = 1
  16.   --    set x =   FM(mIsForeMost)
  17.   --  end repeat
  18.   --  
  19.   --  set x = 0
  20.   --  repeat while x =0
  21.   --    set x =   FM(mIsForeMost)
  22.   --  end repeat
  23.   --  
  24.   --  updatestage
  25.   --  Fm(mDispose)
  26.   --   set the exitLock to true
  27. end
  28.  
  29.  
  30. on Assistant2 what
  31.   global gwhat, gRegAll, gRegSkill
  32.   set gwhat = what
  33.   puppetsound 0
  34.      play movie "L"
  35. end
  36.  
  37.